Creates a GridPanel containing the specified plot and axis renderers.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public GridPanel CreatePlotAndAxes ( |
Visual Basic
Copy Code
|
|---|
Public Function CreatePlotAndAxes( _ |
A Plot2D instance.
An array of XAxisRenderer components that should be placed at top side of the plot.
An array of YAxisRenderer components that should be placed at left side of the plot.
An array of XAxisRenderer components that should be placed at bottom side of the plot.
An array of YAxisRenderer components that should be placed at right side of the plot.
A GridPanel instance.
See Also